home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / sci_calc / crc11.zip / README.TXT < prev   
Text File  |  1996-12-13  |  4KB  |  111 lines

  1. Chess Rating Calculator(tm) v1.0 (Beta)
  2. Copyright 1995, 1996 by Eric Horn - All rights reserved.
  3.  
  4. Disclaimer:
  5.  
  6. This software is distributed "as is".  Although I know of
  7. no problems with the software, I make no warranties.
  8.  
  9. Acknowledgments:
  10.  
  11. I want to thank PowerBuilder Guru Jeff Curtis for his testing
  12. and suggestions.
  13.  
  14. Archive Contents:
  15.  
  16.    README.TXT    -  this file
  17.    CRC.EXE     -  Chess Rating Calculator executable
  18.  
  19. Description:
  20.  
  21. This is my first attempt at hacking together a simple application using
  22. Delphi.  I used to code in Clipper (DOS world) so this was quite
  23. the culture change moving to Windows.  I originally wrote this
  24. application (called US Rating Calculator then) a year ago in
  25. Powerbuilder but it wasn't a true compiler and I heard good things
  26. about Delphi so I re-wrote it.  Chess Rating Calculator (CRC) doesn't
  27. have any database access because I don't keep any of the values.  It is
  28. simply a calculator (based on the USCF rating system) to see how your rating
  29. changes depending on the strength of your opponents and whether or not
  30. you are playing provisionally (less than 20 games).  It doesn't handle
  31. bonus points because in general you won't know if your opponent's play
  32. warrants you receiving any or not.  I didn't write it for general
  33. distribution but several people on the Internet requested something
  34. similar so here it is.  It is free to use, the only thing I ask is you
  35. send me an Email message letting me know that my upload wasn't wasted!  My
  36. Email address is listed at the bottom of this file.  It isn't finished
  37. yet, I will pretty it up someday and add a real help file and maybe
  38. database access to keep the last rating or previous scores or something.
  39. Any suggestions you may have would be appreciated.
  40.  
  41. System Requirements:
  42.  
  43. Chess Rating Calc is completely self-contained and is compatible with
  44. Windows 3.1.  It hasn't been tested on versions of Windows prior to 3.1,
  45. OS/2-Win or Windows 95.  It really doesn't do anything fancy so it
  46. should work in all the aforementioned environments.
  47.  
  48. Installation:
  49.  
  50. Unzip the files into any directory of your choosing and either use file
  51. manager to run the program or add the application to a group  (pick an
  52. existing group of your own choosing or add it to a new group) with the
  53. File/Insert/Item menu options.
  54.  
  55. Instructions:
  56.  
  57. Enter your previous rating in the box provided and click on the radio
  58. button whether you are provisional or not (default is that you are an
  59. established player).  If you are a provisional player it will ask how
  60. many total games you have played.  Fill in the game boxes with your
  61. opponents rating(s) and your result (win/lose/draw).  You can enter up
  62. to 10 games and then click <CALC>.  That is all there is to it!  The
  63. <RESET> button clears the scores and takes you back to the top to start
  64. over.  Ignore the drop down list that gives the ¼k option.  This isn't
  65. implemented yet and I may also use that for adding other rating
  66. systems besides just the USCF, that's one of the reasons I changed the
  67. name from US Rating Calc to Chess Rating Calc.
  68.  
  69. Hope this is of some use to you.  Remember to send me an Email msg. with
  70. your comments or if you are experiencing any problems.
  71.  
  72. Author:
  73.  
  74. Eric Horn
  75. P.O. Box 5556
  76. Toledo, Ohio  43613
  77.  
  78. Email Address: emhorn@ix.netcom.com
  79. Telephone:   (419) 474-2986
  80.  
  81. CRC.EXE was developed and compiled using Delphi 1.0 (tm) from Borland
  82. International.
  83.  
  84. Version Information:
  85.  
  86. 12/11/96 1.1 (beta)
  87.  
  88. Changed the K factor formula to reflect the latest values from the USCF
  89. November 16-17 Policy Board meeting.  The new values are as follows:
  90.  
  91. Pre-event rating/K
  92.  400/72
  93.  600/64
  94.  800/57
  95. 1000/49
  96. 1200/42
  97. 1400/35
  98. 1600/28
  99. 1800/22
  100. 2000/18
  101. 2200/16
  102.  
  103. I'm assuming that less than 400 is also 72 or they made 400 the absolute
  104. lowest possible rating, in which case I'll have to make a change to
  105. refect that.
  106.  
  107. 08/28/96 1.0 (beta)
  108.  
  109. First release, or at least the first Delphi release anyways....
  110.  
  111.